This folder contains all of the code for the entire project. For convience, the two main files (JavaClient.java and main.cpp) are
pasted into this directory. These two will NOT compile unless you use the libraries included in the full directories within this folder.
JavaClient_EmbeddedProject - contains all libraries and files for the java application portion of the project.
Temperature_Logger_LCD_Code - contains all the files and programs that are loaded onto the MBED microcontroller. Unsure if able to compile
			      without using the MBED online compiler (at mbed.org). This compiler takes the codes and downloads it into a
			      binary file which you can then drag to the microcontroller via a USB drive.

Note - JavaClient_EmbeddedProject was compiled using Eclipse and Temperature_Logger_LCD_Code the online mbed compiler.
 
(Before running, make sure the flash drive and ethernet cable is plugged in)
HOW TO RUN:
1) Load binary file onto MBED controller via USB port.
2) Hit reset button on controller itself to load the program.
3) Run the java application.
4) Enter the IP address of board and port number.
5) Enter the total run time and time interval for measurements (both in seconds) and then hit the "Start Button".
6) Wait for final data to be displayed both on LCD interface and in the application window. There is a pause/resume button
in the application and a stop button if you want to stop taking data before you hit the run time you entered in step 5.